home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / readme.txt < prev    next >
Text File  |  1993-01-09  |  2KB  |  44 lines

  1. This cdrom includes the source code, executables, documentation
  2. and research papers for the Sprite network operating system.  Sprite
  3. is a distributed systems research project led by Prof. John Ousterhout
  4. in the Computer Science Department of the University of California
  5. at Berkeley.  Besides Prof. Ousterhout, the research team has
  6. included Brent Welch, Andrew Cherenson, Fred Douglis, Mike Nelson,
  7. Adam de Boor, Mendel Rosenblum, Mary Baker, Bob Bruce, John Hartman,
  8. Ken Shirriff, Mike Kupfer, Jim Mott-Smith, Geoff Voelker, and Matt
  9. Secor.  Many others have also contributed to the system.
  10.  
  11. Nothing on this cdrom is guaranteed to work.  This collection of
  12. source, executables, documentation and papers was put together in
  13. a great hurry.  While we were able to test some aspects, much was
  14. left untested.  Make what use of it you can, but we will not be
  15. available to fix problems.
  16.  
  17. ===========================================================================
  18.  
  19. This disc conforms to the level 1 ISO-9660 format with Rock Ridge extensions.
  20. If your operating system supports Rock Ridge, you can access the files using
  21. the full Unix pathnames.  If your system does not support Rock Ridge, the
  22. filenames are limited to eight single-case characters, with an extension of
  23. up to three characters.  Each directory on this disc has a file named
  24. 00_TRANS.TBL, that maps the ISO-9660 compliant filenames to the original
  25. Unix-style filenames.  The programs /util/cd_copy.c and /util/cd_link.c
  26. can be used to copy or link the files on the cdrom using the original
  27. filenames on systems without Rock Ridge extensions.
  28.  
  29. This cdrom contains the following files and directories:
  30.  
  31. admin:          directory for administrative programs, scripts and information
  32. boot.txt:       file with information about booting the Sprite kernel images
  33. docs:           directory for documentation
  34. ds5000.bt:      boot image for Sprite on a  DECstation 5000/200
  35. sun4.bt:        boot image for Sprite on a SparcStation 2
  36. lib:            directory for library files other than source files
  37. filename.lst    A list of all the files on the disc
  38. ls_lR:          output from ls -lR, a recursive list of the files on the disc
  39. man:            directory for manual pages
  40. papers:         directory for research papers about Sprite
  41. readme.txt:     file that describes this CD-ROM
  42. sprite.txt:     file with a history of the Sprite project
  43. src:            directory for source code for kernel, commands, libraries, etc
  44.